home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / VESA.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  194 b   |  10 lines

  1. #ifndef _VESA_
  2. #define _VESA_
  3.  
  4. int VBE_detect(void);
  5. short VESA_InitGraphics(int x, int y);
  6. void VESA_EndGraphics();
  7. void VESA_ScreenCopy(long offset, void * src, long ncopy);
  8.  
  9. #endif
  10.